From 83bdbf6e2253ba7e1a6ca2e9acfb86bdf09609d1 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 24 Aug 2012 14:55:40 +0200 Subject: [PATCH] * cmdargs.texi (General Variables): Setting $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses connections to the D-Bus session bus. (Bug#12112) --- doc/emacs/ChangeLog | 6 ++++++ doc/emacs/cmdargs.texi | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6a9f24a6030..ec492f6a814 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,9 @@ +2012-08-24 Michael Albinus + + * cmdargs.texi (General Variables): Setting + $DBUS_SESSION_BUS_ADDRESS to a dummy value suppresses connections + to the D-Bus session bus. (Bug#12112) + 2012-08-14 Eli Zaretskii * building.texi (Debugger Operation): Correct and improve diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 2dea1577c04..d4573eed5a8 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -434,6 +434,11 @@ variables to be set, but it uses their values if they are set. @item CDPATH Used by the @code{cd} command to search for the directory you specify, when you specify a relative directory name. +@item DBUS_SESSION_BUS_ADDRESS +Used by D-Bus when Emacs is compiled with it. Usually, there is no +need to change it. Setting it to a dummy address, like +@samp{unix:path=/tmp/foo}, suppresses connections to the D-Bus session +bus. @item EMACSDATA Directory for the architecture-independent files that come with Emacs. This is used to initialize the variable @code{data-directory}. -- 2.30.2